home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / need_for.swf / scripts / DefineButton2_265 / BUTTONCONDACTION on(press).as
Text File  |  2010-11-09  |  219b  |  11 lines

  1. on(press){
  2.    if(topTen.showing == false and topHundred.showing == false)
  3.    {
  4.       if(rules.animating == false)
  5.       {
  6.          _root.gotoAndStop("gameReset");
  7.          rules.gotoAndPlay(2);
  8.       }
  9.    }
  10. }
  11.